#!/sbin/sh -u # # Create an HTML index from the installed Freeware products based # on the release notes. RELDIR=/usr/freeware/relnotes INDEX=$RELDIR/index.html LEGAL=shared/legal_notice.html # Ariel, we want this reference relative # Remove the previous index if one exists rm -f $INDEX # Create the header information echo "" >> $INDEX echo "
" >> $INDEX echo "fixpath
" >> $INDEX
echo "which can be used" >> $INDEX
echo "to modify the files in your local environment controlling" >> $INDEX
echo "these paths." >> $INDEX
echo "To use the tool open a shell window and type" >> $INDEX
echo "/usr/freeware/bin/fixpath
." >> $INDEX
echo "" >> $INDEX
echo "